Skip to content

Commit b7b4097

Browse files
author
SlavaRa
committed
Implements IMainForm.RestartRequired(), IMainForm.GetInstanceCount()
1 parent 1a25740 commit b7b4097

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Tests/External/Plugins/ASCompletion.Tests/MainForm.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ public void RefreshSciConfig()
2626
throw new NotImplementedException();
2727
}
2828

29+
public void RestartRequired()
30+
{
31+
throw new NotImplementedException();
32+
}
33+
2934
public void ThemeControls(object control)
3035
{
3136
// Not implemented
@@ -228,6 +233,11 @@ public Image FindImageAndSetAdjust(string data)
228233
throw new NotImplementedException();
229234
}
230235

236+
public int GetInstanceCount()
237+
{
238+
throw new NotImplementedException();
239+
}
240+
231241
public ISettings Settings { get; set; }
232242

233243
public ToolStrip ToolStrip

0 commit comments

Comments
 (0)